Micron Document
Fox's Git Mirrors


Displaying Raw • Download

pkg/zenfix/testdata/module/python/good.py 83609bcb589eb3cfc35b98ecc0b3327b2ae99d77 (83609bcb) Text, 164 B

# clean python module

def good_path(dest):
return Transport.await_path(dest)

class Transport:
@staticmethod
def await_path(dest):
return True

Served by rngit 1.5.2 - Generated in 0.02s